←Select platform

Add<T>(CacheItem<T>,CacheItemPolicy) Method

Summary

Adds a new item into the cache using the default region.

Syntax
C#
C++/CLI
Java
Python
public virtual bool Add<T>( 
   CacheItem<T> item, 
   CacheItemPolicy policy 
) 
public:  
   generic<typename T> 
   virtual bool Add( 
      CacheItem<T>^ item, 
      CacheItemPolicy^ policy 
   ) 
public<T> boolean add(CacheItem<T> item, Class<?> classOfT, CacheItemPolicy policy) 
def Add(self,T> item,policy): 

Parameters

item

Item to add.

policy

Expiration policy to use.

Return Value

true if the item was added successfully, false if there is an item in the cache that has the same key.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.